Contents page

Rules for Tools/struct NoteRef


struct NoteRef
struct NoteRef {
    struct NoteRef *next;
    long time;
    struct NoteEvent *note;
    char value; 
};